Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Release/CI workflows #628

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

fuzzypixelz
Copy link
Member

The Release workflow was using the actions/upload-artifact@master and actions/download-artifact@v2. Recently actions/upload-artifact@v4 was released with breaking changes which made it incompatible with older releases of actions/download-artifact.

I took the chance to remove actions-rs actions as they have been archived.

@OlivierHecart OlivierHecart marked this pull request as ready for review December 18, 2023 08:55
@fuzzypixelz fuzzypixelz force-pushed the fix-workflow-release branch 3 times, most recently from 62dea0e to 41d267d Compare December 18, 2023 13:52
@fuzzypixelz fuzzypixelz force-pushed the fix-workflow-release branch 2 times, most recently from 960930b to e0edae9 Compare December 18, 2023 15:34
@fuzzypixelz fuzzypixelz changed the title Fix Release workflow Fix Release/CI workflows Dec 18, 2023
@OlivierHecart OlivierHecart merged commit 788172b into eclipse-zenoh:master Dec 18, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants